Html Css Color HEX #CF318A Deep Cerise

📋 copy color: '#CF318A'

red 207 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #CF318A

Tints of Deep Cerise #CF318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 52.54%
G = 12.44%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF318A (or 0xCF318A) is known color: Deep Cerise. HEX triplet: CF, 31 and 8A. RGB value is (207,49,138). Sum of RGB (Red+Green+Blue) = 207+49+138=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF318A is #30CE75. Grayscale: #6A6A6A. Windows color (decimal): -3198582 or 9056719. OLE color: 9056719.

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

Color convert

RGB 207 49 138 -
CMYK 0 0.76 0.33 0.19
HSL 326.2º 0.62% 0.5% -
HSV(B) 326.2º 0.76% 0.81% -
XYZ 31.42 17.3 25.73 -
YUV 106.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 207 49 138 0 0.76 0.33 0.19 326.2 0.62 0.5
Hex CF 31 8A 0 4C 21 13 146 3E 32
Octal 317 61 212 0 114 41 23 506 76 62
Binary 11001111 110001 10001010 0 1001100 100001 10011 101000110 111110 110010

Color Harmonies of #CF318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF318A

Black with #CF318A

Text Example


Text Example

White with #CF318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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