Html Css Color HEX #C22B6A Cerise

📋 copy color: '#C22B6A'

red 194 ◦ green 43 ◦ blue 106

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

Shades of Cerise #C22B6A

Tints of Cerise #C22B6A

RGB

 RED value IS 194 (76.17% from 255) = 56.56%

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 56.56%
G = 12.54%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C22B6A (or 0xC22B6A) is known color: Cerise. HEX triplet: C2, 2B and 6A. RGB value is (194,43,106). Sum of RGB (Red+Green+Blue) = 194+43+106=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B6A is #3DD495. Grayscale: #5F5F5F. Windows color (decimal): -4052118 or 6958018. OLE color: 6958018.

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

Color convert

RGB 194 43 106 -
CMYK 0 0.78 0.45 0.24
HSL 334.97º 0.64% 0.46% -
HSV(B) 334.97º 0.78% 0.76% -
XYZ 25.71 14.24 15.03 -
YUV 95.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 194 43 106 0 0.78 0.45 0.24 334.97 0.64 0.46
Hex C2 2B 6A 0 4E 2D 18 14F 40 2E
Octal 302 53 152 0 116 55 30 517 100 56
Binary 11000010 101011 1101010 0 1001110 101101 11000 101001111 1000000 101110

Color Harmonies of #C22B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22B6A

Black with #C22B6A

Text Example


Text Example

White with #C22B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22B6A; }

 p { color: rgb(194,43,106); }

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

background-color css

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

 a { background-color: rgb(194,43,106); }

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

border-color css

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

 span { border-color: rgb(194,43,106); }

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