Html Css Color HEX #CF309A Deep Cerise

📋 copy color: '#CF309A'

red 207 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #CF309A

Tints of Deep Cerise #CF309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 50.61%
G = 11.74%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF309A (or 0xCF309A) is known color: Deep Cerise. HEX triplet: CF, 30 and 9A. RGB value is (207,48,154). Sum of RGB (Red+Green+Blue) = 207+48+154=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF309A is #30CF65. Grayscale: #6B6B6B. Windows color (decimal): -3198822 or 10105039. OLE color: 10105039.

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

Color convert

RGB 207 48 154 -
CMYK 0 0.77 0.26 0.19
HSL 320º 0.62% 0.5% -
HSV(B) 320º 0.77% 0.81% -
XYZ 32.62 17.71 32.27 -
YUV 107.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 207 48 154 0 0.77 0.26 0.19 320 0.62 0.5
Hex CF 30 9A 0 4D 1A 13 140 3E 32
Octal 317 60 232 0 115 32 23 500 76 62
Binary 11001111 110000 10011010 0 1001101 11010 10011 101000000 111110 110010

Color Harmonies of #CF309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF309A

Black with #CF309A

Text Example


Text Example

White with #CF309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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