Html Css Color HEX #CF2BA5 Deep Cerise

📋 copy color: '#CF2BA5'

red 207 ◦ green 43 ◦ blue 165

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

Shades of Deep Cerise #CF2BA5

Tints of Deep Cerise #CF2BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 49.88%
G = 10.36%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF2BA5 (or 0xCF2BA5) is known color: Deep Cerise. HEX triplet: CF, 2B and A5. RGB value is (207,43,165). Sum of RGB (Red+Green+Blue) = 207+43+165=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2BA5 is #30D45A. Grayscale: #696969. Windows color (decimal): -3200091 or 10824655. OLE color: 10824655.

HSL color Cylindrical-coordinate representation of color #CF2BA5: hue angle of 315.37º 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 #CF2BA5 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 43 165 -
CMYK 0 0.79 0.20 0.19
HSL 315.37º 0.66% 0.49% -
HSV(B) 315.37º 0.79% 0.81% -
XYZ 33.39 17.71 37.26 -
YUV 105.94 161.33 200.08 -
System Red Green Blue C M Y K H S L
Decimal 207 43 165 0 0.79 0.20 0.19 315.37 0.66 0.49
Hex CF 2B A5 0 4F 14 13 13B 42 31
Octal 317 53 245 0 117 24 23 473 102 61
Binary 11001111 101011 10100101 0 1001111 10100 10011 100111011 1000010 110001

Color Harmonies of #CF2BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2BA5

Black with #CF2BA5

Text Example


Text Example

White with #CF2BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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