Html Css Color HEX #C12C69 Cerise

📋 copy color: '#C12C69'

red 193 ◦ green 44 ◦ blue 105

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

Shades of Cerise #C12C69

Tints of Cerise #C12C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 56.43%
G = 12.87%
B = 30.7%

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

#C12C69 (or 0xC12C69) is known color: Cerise. HEX triplet: C1, 2C and 69. RGB value is (193,44,105). Sum of RGB (Red+Green+Blue) = 193+44+105=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C69 is #3ED396. Grayscale: #5F5F5F. Windows color (decimal): -4117399 or 6892737. OLE color: 6892737.

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

Color convert

RGB 193 44 105 -
CMYK 0 0.77 0.46 0.24
HSL 335.44º 0.63% 0.46% -
HSV(B) 335.44º 0.77% 0.76% -
XYZ 25.44 14.16 14.76 -
YUV 95.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 193 44 105 0 0.77 0.46 0.24 335.44 0.63 0.46
Hex C1 2C 69 0 4D 2E 18 14F 3F 2E
Octal 301 54 151 0 115 56 30 517 77 56
Binary 11000001 101100 1101001 0 1001101 101110 11000 101001111 111111 101110

Color Harmonies of #C12C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C69

Black with #C12C69

Text Example


Text Example

White with #C12C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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