Html Css Color HEX #C43F6A Royal Heath

📋 copy color: '#C43F6A'

red 196 ◦ green 63 ◦ blue 106

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

Shades of Royal Heath #C43F6A

Tints of Royal Heath #C43F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 53.7%
G = 17.26%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C43F6A (or 0xC43F6A) is known color: Royal Heath. HEX triplet: C4, 3F and 6A. RGB value is (196,63,106). Sum of RGB (Red+Green+Blue) = 196+63+106=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F6A is #3BC095. Grayscale: #6B6B6B. Windows color (decimal): -3915926 or 6963140. OLE color: 6963140.

HSL color Cylindrical-coordinate representation of color #C43F6A: hue angle of 340.6º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F6A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 106 -
CMYK 0 0.68 0.46 0.23
HSL 340.6º 0.53% 0.51% -
HSV(B) 340.6º 0.68% 0.77% -
XYZ 27.14 16.33 15.36 -
YUV 107.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 196 63 106 0 0.68 0.46 0.23 340.6 0.53 0.51
Hex C4 3F 6A 0 44 2E 17 155 35 33
Octal 304 77 152 0 104 56 27 525 65 63
Binary 11000100 111111 1101010 0 1000100 101110 10111 101010101 110101 110011

Color Harmonies of #C43F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F6A

Black with #C43F6A

Text Example


Text Example

White with #C43F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F6A; }

 p { color: rgb(196,63,106); }

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

background-color css

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

 a { background-color: rgb(196,63,106); }

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

border-color css

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

 span { border-color: rgb(196,63,106); }

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