Html Css Color HEX #CF3088 Deep Cerise

📋 copy color: '#CF3088'

red 207 ◦ green 48 ◦ blue 136

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

Shades of Deep Cerise #CF3088

Tints of Deep Cerise #CF3088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

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

R = 52.94%
G = 12.28%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF3088 (or 0xCF3088) is known color: Deep Cerise. HEX triplet: CF, 30 and 88. RGB value is (207,48,136). Sum of RGB (Red+Green+Blue) = 207+48+136=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3088 is #30CF77. Grayscale: #696969. Windows color (decimal): -3198840 or 8925391. OLE color: 8925391.

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

Color convert

RGB 207 48 136 -
CMYK 0 0.77 0.34 0.19
HSL 326.79º 0.62% 0.5% -
HSV(B) 326.79º 0.77% 0.81% -
XYZ 31.23 17.16 24.96 -
YUV 105.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 207 48 136 0 0.77 0.34 0.19 326.79 0.62 0.5
Hex CF 30 88 0 4D 22 13 147 3E 32
Octal 317 60 210 0 115 42 23 507 76 62
Binary 11001111 110000 10001000 0 1001101 100010 10011 101000111 111110 110010

Color Harmonies of #CF3088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3088

Black with #CF3088

Text Example


Text Example

White with #CF3088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3088; }

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

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

background-color css

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

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

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

border-color css

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

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

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