Html Css Color HEX #CF278E Deep Cerise

📋 copy color: '#CF278E'

red 207 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #CF278E

Tints of Deep Cerise #CF278E

RGB

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

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

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

R = 53.35%
G = 10.05%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF278E (or 0xCF278E) is known color: Deep Cerise. HEX triplet: CF, 27 and 8E. RGB value is (207,39,142). Sum of RGB (Red+Green+Blue) = 207+39+142=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF278E is #30D871. Grayscale: #646464. Windows color (decimal): -3201138 or 9316303. OLE color: 9316303.

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

Color convert

RGB 207 39 142 -
CMYK 0 0.81 0.31 0.19
HSL 323.21º 0.68% 0.48% -
HSV(B) 323.21º 0.81% 0.81% -
XYZ 31.34 16.67 27.16 -
YUV 100.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 207 39 142 0 0.81 0.31 0.19 323.21 0.68 0.48
Hex CF 27 8E 0 51 1F 13 143 44 30
Octal 317 47 216 0 121 37 23 503 104 60
Binary 11001111 100111 10001110 0 1010001 11111 10011 101000011 1000100 110000

Color Harmonies of #CF278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF278E

Black with #CF278E

Text Example


Text Example

White with #CF278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF278E; }

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

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

background-color css

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

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

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

border-color css

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

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

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