Html Css Color HEX #CF2BAD Deep Cerise

📋 copy color: '#CF2BAD'

red 207 ◦ green 43 ◦ blue 173

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

Shades of Deep Cerise #CF2BAD

Tints of Deep Cerise #CF2BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 48.94%
G = 10.17%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF2BAD (or 0xCF2BAD) is known color: Deep Cerise. HEX triplet: CF, 2B and AD. RGB value is (207,43,173). Sum of RGB (Red+Green+Blue) = 207+43+173=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2BAD is #30D452. Grayscale: #6A6A6A. Windows color (decimal): -3200083 or 11348943. OLE color: 11348943.

HSL color Cylindrical-coordinate representation of color #CF2BAD: hue angle of 312.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2BAD is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 43 173 -
CMYK 0 0.79 0.16 0.19
HSL 312.44º 0.66% 0.49% -
HSV(B) 312.44º 0.79% 0.81% -
XYZ 34.14 18.01 41.21 -
YUV 106.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 207 43 173 0 0.79 0.16 0.19 312.44 0.66 0.49
Hex CF 2B AD 0 4F 10 13 138 42 31
Octal 317 53 255 0 117 20 23 470 102 61
Binary 11001111 101011 10101101 0 1001111 10000 10011 100111000 1000010 110001

Color Harmonies of #CF2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2BAD

Black with #CF2BAD

Text Example


Text Example

White with #CF2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2BAD; }

 p { color: rgb(207,43,173); }

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

background-color css

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

 a { background-color: rgb(207,43,173); }

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

border-color css

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

 span { border-color: rgb(207,43,173); }

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