Html Css Color HEX #CF308E Deep Cerise

📋 copy color: '#CF308E'

red 207 ◦ green 48 ◦ blue 142

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

Shades of Deep Cerise #CF308E

Tints of Deep Cerise #CF308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 52.14%
G = 12.09%
B = 35.77%

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

#CF308E (or 0xCF308E) is known color: Deep Cerise. HEX triplet: CF, 30 and 8E. RGB value is (207,48,142). Sum of RGB (Red+Green+Blue) = 207+48+142=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF308E is #30CF71. Grayscale: #6A6A6A. Windows color (decimal): -3198834 or 9318607. OLE color: 9318607.

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

Color convert

RGB 207 48 142 -
CMYK 0 0.77 0.31 0.19
HSL 324.53º 0.62% 0.5% -
HSV(B) 324.53º 0.77% 0.81% -
XYZ 31.67 17.33 27.27 -
YUV 106.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 207 48 142 0 0.77 0.31 0.19 324.53 0.62 0.5
Hex CF 30 8E 0 4D 1F 13 145 3E 32
Octal 317 60 216 0 115 37 23 505 76 62
Binary 11001111 110000 10001110 0 1001101 11111 10011 101000101 111110 110010

Color Harmonies of #CF308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF308E

Black with #CF308E

Text Example


Text Example

White with #CF308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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