Html Css Color HEX #CF325E Cerise

📋 copy color: '#CF325E'

red 207 ◦ green 50 ◦ blue 94

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

Shades of Cerise #CF325E

Tints of Cerise #CF325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 58.97%
G = 14.25%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF325E (or 0xCF325E) is known color: Cerise. HEX triplet: CF, 32 and 5E. RGB value is (207,50,94). Sum of RGB (Red+Green+Blue) = 207+50+94=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF325E is #30CDA1. Grayscale: #656565. Windows color (decimal): -3198370 or 6173391. OLE color: 6173391.

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

Color convert

RGB 207 50 94 -
CMYK 0 0.76 0.55 0.19
HSL 343.18º 0.62% 0.5% -
HSV(B) 343.18º 0.76% 0.81% -
XYZ 28.89 16.35 12.22 -
YUV 101.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 207 50 94 0 0.76 0.55 0.19 343.18 0.62 0.5
Hex CF 32 5E 0 4C 37 13 157 3E 32
Octal 317 62 136 0 114 67 23 527 76 62
Binary 11001111 110010 1011110 0 1001100 110111 10011 101010111 111110 110010

Color Harmonies of #CF325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF325E

Black with #CF325E

Text Example


Text Example

White with #CF325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF325E; }

 p { color: rgb(207,50,94); }

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

background-color css

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

 a { background-color: rgb(207,50,94); }

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

border-color css

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

 span { border-color: rgb(207,50,94); }

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