Html Css Color HEX #C04471 Royal Heath

📋 copy color: '#C04471'

red 192 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #C04471

Tints of Royal Heath #C04471

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

 GREEN value IS 68 (26.95% from 255) = 18.23%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 51.47%
G = 18.23%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04471 (or 0xC04471) is known color: Royal Heath. HEX triplet: C0, 44 and 71. RGB value is (192,68,113). Sum of RGB (Red+Green+Blue) = 192+68+113=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C04471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04471 is #3FBB8E. Grayscale: #6E6E6E. Windows color (decimal): -4176783 or 7423168. OLE color: 7423168.

HSL color Cylindrical-coordinate representation of color #C04471: hue angle of 338.23º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04471 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 113 -
CMYK 0 0.65 0.41 0.25
HSL 338.23º 0.5% 0.51% -
HSV(B) 338.23º 0.65% 0.75% -
XYZ 26.79 16.53 17.4 -
YUV 110.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 192 68 113 0 0.65 0.41 0.25 338.23 0.5 0.51
Hex C0 44 71 0 41 29 19 152 32 33
Octal 300 104 161 0 101 51 31 522 62 63
Binary 11000000 1000100 1110001 0 1000001 101001 11001 101010010 110010 110011

Color Harmonies of #C04471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04471

Black with #C04471

Text Example


Text Example

White with #C04471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04471; }

 p { color: rgb(192,68,113); }

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

background-color css

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

 a { background-color: rgb(192,68,113); }

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

border-color css

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

 span { border-color: rgb(192,68,113); }

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