Html Css Color HEX #CF278C Deep Cerise

📋 copy color: '#CF278C'

red 207 ◦ green 39 ◦ blue 140

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

Shades of Deep Cerise #CF278C

Tints of Deep Cerise #CF278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 53.63%
G = 10.1%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF278C (or 0xCF278C) is known color: Deep Cerise. HEX triplet: CF, 27 and 8C. RGB value is (207,39,140). Sum of RGB (Red+Green+Blue) = 207+39+140=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF278C is #30D873. Grayscale: #646464. Windows color (decimal): -3201140 or 9185231. OLE color: 9185231.

HSL color Cylindrical-coordinate representation of color #CF278C: hue angle of 323.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF278C is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 140 -
CMYK 0 0.81 0.32 0.19
HSL 323.93º 0.68% 0.48% -
HSV(B) 323.93º 0.81% 0.81% -
XYZ 31.19 16.61 26.37 -
YUV 100.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 207 39 140 0 0.81 0.32 0.19 323.93 0.68 0.48
Hex CF 27 8C 0 51 20 13 144 44 30
Octal 317 47 214 0 121 40 23 504 104 60
Binary 11001111 100111 10001100 0 1010001 100000 10011 101000100 1000100 110000

Color Harmonies of #CF278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF278C

Black with #CF278C

Text Example


Text Example

White with #CF278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF278C; }

 p { color: rgb(207,39,140); }

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

background-color css

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

 a { background-color: rgb(207,39,140); }

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

border-color css

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

 span { border-color: rgb(207,39,140); }

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