Html Css Color HEX #CF278D Deep Cerise

📋 copy color: '#CF278D'

red 207 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #CF278D

Tints of Deep Cerise #CF278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 53.49%
G = 10.08%
B = 36.43%

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

#CF278D (or 0xCF278D) is known color: Deep Cerise. HEX triplet: CF, 27 and 8D. RGB value is (207,39,141). Sum of RGB (Red+Green+Blue) = 207+39+141=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF278D is #30D872. Grayscale: #646464. Windows color (decimal): -3201139 or 9250767. OLE color: 9250767.

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

Color convert

RGB 207 39 141 -
CMYK 0 0.81 0.32 0.19
HSL 323.57º 0.68% 0.48% -
HSV(B) 323.57º 0.81% 0.81% -
XYZ 31.27 16.64 26.76 -
YUV 100.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 207 39 141 0 0.81 0.32 0.19 323.57 0.68 0.48
Hex CF 27 8D 0 51 20 13 144 44 30
Octal 317 47 215 0 121 40 23 504 104 60
Binary 11001111 100111 10001101 0 1010001 100000 10011 101000100 1000100 110000

Color Harmonies of #CF278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF278D

Black with #CF278D

Text Example


Text Example

White with #CF278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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