Html Css Color HEX #CF308F Deep Cerise

📋 copy color: '#CF308F'

red 207 ◦ green 48 ◦ blue 143

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

Shades of Deep Cerise #CF308F

Tints of Deep Cerise #CF308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 52.01%
G = 12.06%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF308F (or 0xCF308F) is known color: Deep Cerise. HEX triplet: CF, 30 and 8F. RGB value is (207,48,143). Sum of RGB (Red+Green+Blue) = 207+48+143=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF308F is #30CF70. Grayscale: #6A6A6A. Windows color (decimal): -3198833 or 9384143. OLE color: 9384143.

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

Color convert

RGB 207 48 143 -
CMYK 0 0.77 0.31 0.19
HSL 324.15º 0.62% 0.5% -
HSV(B) 324.15º 0.77% 0.81% -
XYZ 31.75 17.36 27.66 -
YUV 106.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 207 48 143 0 0.77 0.31 0.19 324.15 0.62 0.5
Hex CF 30 8F 0 4D 1F 13 144 3E 32
Octal 317 60 217 0 115 37 23 504 76 62
Binary 11001111 110000 10001111 0 1001101 11111 10011 101000100 111110 110010

Color Harmonies of #CF308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF308F

Black with #CF308F

Text Example


Text Example

White with #CF308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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