Html Css Color HEX #CF318E Deep Cerise

📋 copy color: '#CF318E'

red 207 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #CF318E

Tints of Deep Cerise #CF318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 52.01%
G = 12.31%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF318E (or 0xCF318E) is known color: Deep Cerise. HEX triplet: CF, 31 and 8E. RGB value is (207,49,142). Sum of RGB (Red+Green+Blue) = 207+49+142=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF318E is #30CE71. Grayscale: #6A6A6A. Windows color (decimal): -3198578 or 9318863. OLE color: 9318863.

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

Color convert

RGB 207 49 142 -
CMYK 0 0.76 0.31 0.19
HSL 324.68º 0.62% 0.5% -
HSV(B) 324.68º 0.76% 0.81% -
XYZ 31.71 17.42 27.28 -
YUV 106.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 207 49 142 0 0.76 0.31 0.19 324.68 0.62 0.5
Hex CF 31 8E 0 4C 1F 13 145 3E 32
Octal 317 61 216 0 114 37 23 505 76 62
Binary 11001111 110001 10001110 0 1001100 11111 10011 101000101 111110 110010

Color Harmonies of #CF318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF318E

Black with #CF318E

Text Example


Text Example

White with #CF318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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