Html Css Color HEX #CF309F Deep Cerise

📋 copy color: '#CF309F'

red 207 ◦ green 48 ◦ blue 159

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

Shades of Deep Cerise #CF309F

Tints of Deep Cerise #CF309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 50%
G = 11.59%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF309F (or 0xCF309F) is known color: Deep Cerise. HEX triplet: CF, 30 and 9F. RGB value is (207,48,159). Sum of RGB (Red+Green+Blue) = 207+48+159=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF309F is #30CF60. Grayscale: #6B6B6B. Windows color (decimal): -3198817 or 10432719. OLE color: 10432719.

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

Color convert

RGB 207 48 159 -
CMYK 0 0.77 0.23 0.19
HSL 318.11º 0.62% 0.5% -
HSV(B) 318.11º 0.77% 0.81% -
XYZ 33.05 17.88 34.51 -
YUV 108.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 207 48 159 0 0.77 0.23 0.19 318.11 0.62 0.5
Hex CF 30 9F 0 4D 17 13 13E 3E 32
Octal 317 60 237 0 115 27 23 476 76 62
Binary 11001111 110000 10011111 0 1001101 10111 10011 100111110 111110 110010

Color Harmonies of #CF309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF309F

Black with #CF309F

Text Example


Text Example

White with #CF309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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