Html Css Color HEX #C12468 Cerise

📋 copy color: '#C12468'

red 193 ◦ green 36 ◦ blue 104

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

Shades of Cerise #C12468

Tints of Cerise #C12468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

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

R = 57.96%
G = 10.81%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C12468 (or 0xC12468) is known color: Cerise. HEX triplet: C1, 24 and 68. RGB value is (193,36,104). Sum of RGB (Red+Green+Blue) = 193+36+104=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C12468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12468 is #3EDB97. Grayscale: #5A5A5A. Windows color (decimal): -4119448 or 6825153. OLE color: 6825153.

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

Color convert

RGB 193 36 104 -
CMYK 0 0.81 0.46 0.24
HSL 334.01º 0.69% 0.45% -
HSV(B) 334.01º 0.81% 0.76% -
XYZ 25.12 13.6 14.4 -
YUV 90.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 193 36 104 0 0.81 0.46 0.24 334.01 0.69 0.45
Hex C1 24 68 0 51 2E 18 14E 45 2D
Octal 301 44 150 0 121 56 30 516 105 55
Binary 11000001 100100 1101000 0 1010001 101110 11000 101001110 1000101 101101

Color Harmonies of #C12468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12468

Black with #C12468

Text Example


Text Example

White with #C12468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12468; }

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

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

background-color css

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

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

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

border-color css

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

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

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