Html Css Color HEX #CF225A Cerise

📋 copy color: '#CF225A'

red 207 ◦ green 34 ◦ blue 90

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

Shades of Cerise #CF225A

Tints of Cerise #CF225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 62.54%
G = 10.27%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF225A (or 0xCF225A) is known color: Cerise. HEX triplet: CF, 22 and 5A. RGB value is (207,34,90). Sum of RGB (Red+Green+Blue) = 207+34+90=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF225A is #30DDA5. Grayscale: #5C5C5C. Windows color (decimal): -3202470 or 5907151. OLE color: 5907151.

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

Color convert

RGB 207 34 90 -
CMYK 0 0.84 0.57 0.19
HSL 340.58º 0.72% 0.47% -
HSV(B) 340.58º 0.84% 0.81% -
XYZ 28.15 15.15 11.11 -
YUV 92.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 207 34 90 0 0.84 0.57 0.19 340.58 0.72 0.47
Hex CF 22 5A 0 54 39 13 155 48 2F
Octal 317 42 132 0 124 71 23 525 110 57
Binary 11001111 100010 1011010 0 1010100 111001 10011 101010101 1001000 101111

Color Harmonies of #CF225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF225A

Black with #CF225A

Text Example


Text Example

White with #CF225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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