Html Css Color HEX #CF216B Cerise

📋 copy color: '#CF216B'

red 207 ◦ green 33 ◦ blue 107

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

Shades of Cerise #CF216B

Tints of Cerise #CF216B

RGB

 RED value IS 207 (81.25% from 255) = 59.65%

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 59.65%
G = 9.51%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF216B (or 0xCF216B) is known color: Cerise. HEX triplet: CF, 21 and 6B. RGB value is (207,33,107). Sum of RGB (Red+Green+Blue) = 207+33+107=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF216B is #30DE94. Grayscale: #5D5D5D. Windows color (decimal): -3202709 or 7021007. OLE color: 7021007.

HSL color Cylindrical-coordinate representation of color #CF216B: hue angle of 334.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF216B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 107 -
CMYK 0 0.84 0.48 0.19
HSL 334.48º 0.73% 0.47% -
HSV(B) 334.48º 0.84% 0.81% -
XYZ 28.93 15.41 15.36 -
YUV 93.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 207 33 107 0 0.84 0.48 0.19 334.48 0.73 0.47
Hex CF 21 6B 0 54 30 13 14E 48 2F
Octal 317 41 153 0 124 60 23 516 110 57
Binary 11001111 100001 1101011 0 1010100 110000 10011 101001110 1001000 101111

Color Harmonies of #CF216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF216B

Black with #CF216B

Text Example


Text Example

White with #CF216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF216B; }

 p { color: rgb(207,33,107); }

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

background-color css

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

 a { background-color: rgb(207,33,107); }

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

border-color css

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

 span { border-color: rgb(207,33,107); }

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