Html Css Color HEX #C43C78 Royal Heath

📋 copy color: '#C43C78'

red 196 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #C43C78

Tints of Royal Heath #C43C78

RGB

 RED value IS 196 (76.95% from 255) = 52.13%

 GREEN value IS 60 (23.83% from 255) = 15.96%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 52.13%
G = 15.96%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C43C78 (or 0xC43C78) is known color: Royal Heath. HEX triplet: C4, 3C and 78. RGB value is (196,60,120). Sum of RGB (Red+Green+Blue) = 196+60+120=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C78 is #3BC387. Grayscale: #6B6B6B. Windows color (decimal): -3916680 or 7879876. OLE color: 7879876.

HSL color Cylindrical-coordinate representation of color #C43C78: hue angle of 333.53º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43C78 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 120 -
CMYK 0 0.69 0.39 0.23
HSL 333.53º 0.54% 0.5% -
HSV(B) 333.53º 0.69% 0.77% -
XYZ 27.77 16.32 19.46 -
YUV 107.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 196 60 120 0 0.69 0.39 0.23 333.53 0.54 0.5
Hex C4 3C 78 0 45 27 17 14E 36 32
Octal 304 74 170 0 105 47 27 516 66 62
Binary 11000100 111100 1111000 0 1000101 100111 10111 101001110 110110 110010

Color Harmonies of #C43C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C78

Black with #C43C78

Text Example


Text Example

White with #C43C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C78; }

 p { color: rgb(196,60,120); }

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

background-color css

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

 a { background-color: rgb(196,60,120); }

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

border-color css

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

 span { border-color: rgb(196,60,120); }

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