Html Css Color HEX #C13F75 Royal Heath

📋 copy color: '#C13F75'

red 193 ◦ green 63 ◦ blue 117

#C13F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C13F75

Tints of Royal Heath #C13F75

RGB

 RED value IS 193 (75.78% from 255) = 51.74%

 GREEN value IS 63 (25% from 255) = 16.89%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 51.74%
G = 16.89%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C13F75 (or 0xC13F75) is known color: Royal Heath. HEX triplet: C1, 3F and 75. RGB value is (193,63,117). Sum of RGB (Red+Green+Blue) = 193+63+117=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F75 is #3EC08A. Grayscale: #6B6B6B. Windows color (decimal): -4112523 or 7684033. OLE color: 7684033.

HSL color Cylindrical-coordinate representation of color #C13F75: hue angle of 335.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F75 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 117 -
CMYK 0 0.67 0.39 0.24
HSL 335.08º 0.51% 0.5% -
HSV(B) 335.08º 0.67% 0.76% -
XYZ 26.98 16.18 18.53 -
YUV 108.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 193 63 117 0 0.67 0.39 0.24 335.08 0.51 0.5
Hex C1 3F 75 0 43 27 18 14F 33 32
Octal 301 77 165 0 103 47 30 517 63 62
Binary 11000001 111111 1110101 0 1000011 100111 11000 101001111 110011 110010

Color Harmonies of #C13F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F75

Black with #C13F75

Text Example


Text Example

White with #C13F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F75; }

 p { color: rgb(193,63,117); }

 H1.HeaderClassName
 {
   color: #C13F75;
 }
 .AnyTagClassName
 {
   color: #C13F75;
 }
</style>

background-color css

<style>
 a { background-color: #C13F75; }

 a { background-color: rgb(193,63,117); }

 div.DivClassName
 {
   background-color: #C13F75;
 }
 .BgClassName
 {
   background-color: #C13F75;
 }
</style>

border-color css

<style>
 span { border-color: #C13F75; }

 span { border-color: rgb(193,63,117); }

 td.TdClassName
 {
   border-color: #C13F75;
 }
 .TagClassName
 {
   border-color: #C13F75;
 }
</style>