Html Css Color HEX #C12268 Cerise

📋 copy color: '#C12268'

red 193 ◦ green 34 ◦ blue 104

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

Shades of Cerise #C12268

Tints of Cerise #C12268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 58.31%
G = 10.27%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C12268 (or 0xC12268) is known color: Cerise. HEX triplet: C1, 22 and 68. RGB value is (193,34,104). Sum of RGB (Red+Green+Blue) = 193+34+104=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12268 is #3EDD97. Grayscale: #595959. Windows color (decimal): -4119960 or 6824641. OLE color: 6824641.

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

Color convert

RGB 193 34 104 -
CMYK 0 0.82 0.46 0.24
HSL 333.58º 0.7% 0.45% -
HSV(B) 333.58º 0.82% 0.76% -
XYZ 25.06 13.48 14.38 -
YUV 89.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 193 34 104 0 0.82 0.46 0.24 333.58 0.7 0.45
Hex C1 22 68 0 52 2E 18 14E 46 2D
Octal 301 42 150 0 122 56 30 516 106 55
Binary 11000001 100010 1101000 0 1010010 101110 11000 101001110 1000110 101101

Color Harmonies of #C12268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12268

Black with #C12268

Text Example


Text Example

White with #C12268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12268; }

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

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

background-color css

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

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

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

border-color css

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

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

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