Html Css Color HEX #CF2688 Deep Cerise

📋 copy color: '#CF2688'

red 207 ◦ green 38 ◦ blue 136

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

Shades of Deep Cerise #CF2688

Tints of Deep Cerise #CF2688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.97%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 54.33%
G = 9.97%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2688 (or 0xCF2688) is known color: Deep Cerise. HEX triplet: CF, 26 and 88. RGB value is (207,38,136). Sum of RGB (Red+Green+Blue) = 207+38+136=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2688 is #30D977. Grayscale: #636363. Windows color (decimal): -3201400 or 8922831. OLE color: 8922831.

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

Color convert

RGB 207 38 136 -
CMYK 0 0.82 0.34 0.19
HSL 325.21º 0.69% 0.48% -
HSV(B) 325.21º 0.82% 0.81% -
XYZ 30.87 16.43 24.84 -
YUV 99.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 207 38 136 0 0.82 0.34 0.19 325.21 0.69 0.48
Hex CF 26 88 0 52 22 13 145 45 30
Octal 317 46 210 0 122 42 23 505 105 60
Binary 11001111 100110 10001000 0 1010010 100010 10011 101000101 1000101 110000

Color Harmonies of #CF2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2688

Black with #CF2688

Text Example


Text Example

White with #CF2688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2688; }

 p { color: rgb(207,38,136); }

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

background-color css

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

 a { background-color: rgb(207,38,136); }

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

border-color css

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

 span { border-color: rgb(207,38,136); }

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