Html Css Color HEX #CF285D Cerise

📋 copy color: '#CF285D'

red 207 ◦ green 40 ◦ blue 93

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

Shades of Cerise #CF285D

Tints of Cerise #CF285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 60.88%
G = 11.76%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF285D (or 0xCF285D) is known color: Cerise. HEX triplet: CF, 28 and 5D. RGB value is (207,40,93). Sum of RGB (Red+Green+Blue) = 207+40+93=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF285D is #30D7A2. Grayscale: #5F5F5F. Windows color (decimal): -3200931 or 6105295. OLE color: 6105295.

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

Color convert

RGB 207 40 93 -
CMYK 0 0.81 0.55 0.19
HSL 340.96º 0.68% 0.48% -
HSV(B) 340.96º 0.81% 0.81% -
XYZ 28.47 15.57 11.86 -
YUV 95.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 207 40 93 0 0.81 0.55 0.19 340.96 0.68 0.48
Hex CF 28 5D 0 51 37 13 155 44 30
Octal 317 50 135 0 121 67 23 525 104 60
Binary 11001111 101000 1011101 0 1010001 110111 10011 101010101 1000100 110000

Color Harmonies of #CF285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF285D

Black with #CF285D

Text Example


Text Example

White with #CF285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF285D; }

 p { color: rgb(207,40,93); }

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

background-color css

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

 a { background-color: rgb(207,40,93); }

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

border-color css

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

 span { border-color: rgb(207,40,93); }

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