Html Css Color HEX #C43C6F Royal Heath

📋 copy color: '#C43C6F'

red 196 ◦ green 60 ◦ blue 111

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

Shades of Royal Heath #C43C6F

Tints of Royal Heath #C43C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 53.41%
G = 16.35%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43C6F (or 0xC43C6F) is known color: Royal Heath. HEX triplet: C4, 3C and 6F. RGB value is (196,60,111). Sum of RGB (Red+Green+Blue) = 196+60+111=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43C6F is #3BC390. Grayscale: #6A6A6A. Windows color (decimal): -3916689 or 7290052. OLE color: 7290052.

HSL color Cylindrical-coordinate representation of color #C43C6F: hue angle of 337.5º 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 #C43C6F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 60 111 -
CMYK 0 0.69 0.43 0.23
HSL 337.5º 0.54% 0.5% -
HSV(B) 337.5º 0.69% 0.77% -
XYZ 27.25 16.12 16.71 -
YUV 106.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 196 60 111 0 0.69 0.43 0.23 337.5 0.54 0.5
Hex C4 3C 6F 0 45 2B 17 152 36 32
Octal 304 74 157 0 105 53 27 522 66 62
Binary 11000100 111100 1101111 0 1000101 101011 10111 101010010 110110 110010

Color Harmonies of #C43C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C6F

Black with #C43C6F

Text Example


Text Example

White with #C43C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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