Html Css Color HEX #C12368 Cerise

📋 copy color: '#C12368'

red 193 ◦ green 35 ◦ blue 104

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

Shades of Cerise #C12368

Tints of Cerise #C12368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 58.13%
G = 10.54%
B = 31.33%

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

#C12368 (or 0xC12368) is known color: Cerise. HEX triplet: C1, 23 and 68. RGB value is (193,35,104). Sum of RGB (Red+Green+Blue) = 193+35+104=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C12368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12368 is #3EDC97. Grayscale: #595959. Windows color (decimal): -4119704 or 6824897. OLE color: 6824897.

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

Color convert

RGB 193 35 104 -
CMYK 0 0.82 0.46 0.24
HSL 333.8º 0.69% 0.45% -
HSV(B) 333.8º 0.82% 0.76% -
XYZ 25.09 13.54 14.39 -
YUV 90.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 193 35 104 0 0.82 0.46 0.24 333.8 0.69 0.45
Hex C1 23 68 0 52 2E 18 14E 45 2D
Octal 301 43 150 0 122 56 30 516 105 55
Binary 11000001 100011 1101000 0 1010010 101110 11000 101001110 1000101 101101

Color Harmonies of #C12368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12368

Black with #C12368

Text Example


Text Example

White with #C12368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12368; }

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

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

background-color css

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

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

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

border-color css

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

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

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