Html Css Color HEX #CF225D Cerise

📋 copy color: '#CF225D'

red 207 ◦ green 34 ◦ blue 93

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

Shades of Cerise #CF225D

Tints of Cerise #CF225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

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

R = 61.98%
G = 10.18%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF225D (or 0xCF225D) is known color: Cerise. HEX triplet: CF, 22 and 5D. RGB value is (207,34,93). Sum of RGB (Red+Green+Blue) = 207+34+93=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225D is #30DDA2. Grayscale: #5C5C5C. Windows color (decimal): -3202467 or 6103759. OLE color: 6103759.

HSL color Cylindrical-coordinate representation of color #CF225D: hue angle of 339.54º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF225D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 93 -
CMYK 0 0.84 0.55 0.19
HSL 339.54º 0.72% 0.47% -
HSV(B) 339.54º 0.84% 0.81% -
XYZ 28.28 15.2 11.8 -
YUV 92.45 128.31 209.7 -
System Red Green Blue C M Y K H S L
Decimal 207 34 93 0 0.84 0.55 0.19 339.54 0.72 0.47
Hex CF 22 5D 0 54 37 13 154 48 2F
Octal 317 42 135 0 124 67 23 524 110 57
Binary 11001111 100010 1011101 0 1010100 110111 10011 101010100 1001000 101111

Color Harmonies of #CF225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF225D

Black with #CF225D

Text Example


Text Example

White with #CF225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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