Html Css Color HEX #C12C68 Cerise

📋 copy color: '#C12C68'

red 193 ◦ green 44 ◦ blue 104

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

Shades of Cerise #C12C68

Tints of Cerise #C12C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

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

R = 56.6%
G = 12.9%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C12C68 (or 0xC12C68) is known color: Cerise. HEX triplet: C1, 2C and 68. RGB value is (193,44,104). Sum of RGB (Red+Green+Blue) = 193+44+104=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C68 is #3ED397. Grayscale: #5F5F5F. Windows color (decimal): -4117400 or 6827201. OLE color: 6827201.

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

Color convert

RGB 193 44 104 -
CMYK 0 0.77 0.46 0.24
HSL 335.84º 0.63% 0.46% -
HSV(B) 335.84º 0.77% 0.76% -
XYZ 25.39 14.14 14.49 -
YUV 95.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 193 44 104 0 0.77 0.46 0.24 335.84 0.63 0.46
Hex C1 2C 68 0 4D 2E 18 150 3F 2E
Octal 301 54 150 0 115 56 30 520 77 56
Binary 11000001 101100 1101000 0 1001101 101110 11000 101010000 111111 101110

Color Harmonies of #C12C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C68

Black with #C12C68

Text Example


Text Example

White with #C12C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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