Html Css Color HEX #C42D67 Cerise

📋 copy color: '#C42D67'

red 196 ◦ green 45 ◦ blue 103

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

Shades of Cerise #C42D67

Tints of Cerise #C42D67

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 56.98%
G = 13.08%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C42D67 (or 0xC42D67) is known color: Cerise. HEX triplet: C4, 2D and 67. RGB value is (196,45,103). Sum of RGB (Red+Green+Blue) = 196+45+103=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D67 is #3BD298. Grayscale: #606060. Windows color (decimal): -3920537 or 6761924. OLE color: 6761924.

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

Color convert

RGB 196 45 103 -
CMYK 0 0.77 0.47 0.23
HSL 336.95º 0.63% 0.47% -
HSV(B) 336.95º 0.77% 0.77% -
XYZ 26.15 14.59 14.27 -
YUV 96.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 196 45 103 0 0.77 0.47 0.23 336.95 0.63 0.47
Hex C4 2D 67 0 4D 2F 17 151 3F 2F
Octal 304 55 147 0 115 57 27 521 77 57
Binary 11000100 101101 1100111 0 1001101 101111 10111 101010001 111111 101111

Color Harmonies of #C42D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D67

Black with #C42D67

Text Example


Text Example

White with #C42D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D67; }

 p { color: rgb(196,45,103); }

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

background-color css

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

 a { background-color: rgb(196,45,103); }

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

border-color css

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

 span { border-color: rgb(196,45,103); }

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