Html Css Color HEX #C12367 Cerise

📋 copy color: '#C12367'

red 193 ◦ green 35 ◦ blue 103

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

Shades of Cerise #C12367

Tints of Cerise #C12367

RGB

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

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

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

R = 58.31%
G = 10.57%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12367 (or 0xC12367) is known color: Cerise. HEX triplet: C1, 23 and 67. RGB value is (193,35,103). Sum of RGB (Red+Green+Blue) = 193+35+103=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C12367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12367 is #3EDC98. Grayscale: #595959. Windows color (decimal): -4119705 or 6759361. OLE color: 6759361.

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

Color convert

RGB 193 35 103 -
CMYK 0 0.82 0.47 0.24
HSL 334.18º 0.69% 0.45% -
HSV(B) 334.18º 0.82% 0.76% -
XYZ 25.04 13.52 14.12 -
YUV 89.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 193 35 103 0 0.82 0.47 0.24 334.18 0.69 0.45
Hex C1 23 67 0 52 2F 18 14E 45 2D
Octal 301 43 147 0 122 57 30 516 105 55
Binary 11000001 100011 1100111 0 1010010 101111 11000 101001110 1000101 101101

Color Harmonies of #C12367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12367

Black with #C12367

Text Example


Text Example

White with #C12367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12367; }

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

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

background-color css

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

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

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

border-color css

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

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

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