Html Css Color HEX #C12868 Cerise

📋 copy color: '#C12868'

red 193 ◦ green 40 ◦ blue 104

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

Shades of Cerise #C12868

Tints of Cerise #C12868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 57.27%
G = 11.87%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C12868 (or 0xC12868) is known color: Cerise. HEX triplet: C1, 28 and 68. RGB value is (193,40,104). Sum of RGB (Red+Green+Blue) = 193+40+104=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C12868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12868 is #3ED797. Grayscale: #5C5C5C. Windows color (decimal): -4118424 or 6826177. OLE color: 6826177.

HSL color Cylindrical-coordinate representation of color #C12868: hue angle of 334.9º 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 #C12868 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 104 -
CMYK 0 0.79 0.46 0.24
HSL 334.9º 0.66% 0.46% -
HSV(B) 334.9º 0.79% 0.76% -
XYZ 25.25 13.85 14.44 -
YUV 93.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 193 40 104 0 0.79 0.46 0.24 334.9 0.66 0.46
Hex C1 28 68 0 4F 2E 18 14F 42 2E
Octal 301 50 150 0 117 56 30 517 102 56
Binary 11000001 101000 1101000 0 1001111 101110 11000 101001111 1000010 101110

Color Harmonies of #C12868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12868

Black with #C12868

Text Example


Text Example

White with #C12868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12868; }

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

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

background-color css

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

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

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

border-color css

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

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

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