Html Css Color HEX #C12C67 Cerise

📋 copy color: '#C12C67'

red 193 ◦ green 44 ◦ blue 103

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

Shades of Cerise #C12C67

Tints of Cerise #C12C67

RGB

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

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

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

R = 56.76%
G = 12.94%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C12C67 (or 0xC12C67) is known color: Cerise. HEX triplet: C1, 2C and 67. RGB value is (193,44,103). Sum of RGB (Red+Green+Blue) = 193+44+103=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C67 is #3ED398. Grayscale: #5F5F5F. Windows color (decimal): -4117401 or 6761665. OLE color: 6761665.

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

Color convert

RGB 193 44 103 -
CMYK 0 0.77 0.47 0.24
HSL 336.24º 0.63% 0.46% -
HSV(B) 336.24º 0.77% 0.76% -
XYZ 25.34 14.12 14.22 -
YUV 95.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 193 44 103 0 0.77 0.47 0.24 336.24 0.63 0.46
Hex C1 2C 67 0 4D 2F 18 150 3F 2E
Octal 301 54 147 0 115 57 30 520 77 56
Binary 11000001 101100 1100111 0 1001101 101111 11000 101010000 111111 101110

Color Harmonies of #C12C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C67

Black with #C12C67

Text Example


Text Example

White with #C12C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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