Html Css Color HEX #C12867 Cerise

📋 copy color: '#C12867'

red 193 ◦ green 40 ◦ blue 103

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

Shades of Cerise #C12867

Tints of Cerise #C12867

RGB

 RED value IS 193 (75.78% from 255) = 57.44%

 GREEN value IS 40 (16.02% from 255) = 11.9%

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

R = 57.44%
G = 11.9%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12867 (or 0xC12867) is known color: Cerise. HEX triplet: C1, 28 and 67. RGB value is (193,40,103). Sum of RGB (Red+Green+Blue) = 193+40+103=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C12867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12867 is #3ED798. Grayscale: #5C5C5C. Windows color (decimal): -4118425 or 6760641. OLE color: 6760641.

HSL color Cylindrical-coordinate representation of color #C12867: hue angle of 335.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12867 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 103 -
CMYK 0 0.79 0.47 0.24
HSL 335.29º 0.66% 0.46% -
HSV(B) 335.29º 0.79% 0.76% -
XYZ 25.2 13.83 14.17 -
YUV 92.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 193 40 103 0 0.79 0.47 0.24 335.29 0.66 0.46
Hex C1 28 67 0 4F 2F 18 14F 42 2E
Octal 301 50 147 0 117 57 30 517 102 56
Binary 11000001 101000 1100111 0 1001111 101111 11000 101001111 1000010 101110

Color Harmonies of #C12867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12867

Black with #C12867

Text Example


Text Example

White with #C12867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12867; }

 p { color: rgb(193,40,103); }

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

background-color css

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

 a { background-color: rgb(193,40,103); }

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

border-color css

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

 span { border-color: rgb(193,40,103); }

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