Html Css Color HEX #CF325C Cerise

📋 copy color: '#CF325C'

red 207 ◦ green 50 ◦ blue 92

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

Shades of Cerise #CF325C

Tints of Cerise #CF325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 59.31%
G = 14.33%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF325C (or 0xCF325C) is known color: Cerise. HEX triplet: CF, 32 and 5C. RGB value is (207,50,92). Sum of RGB (Red+Green+Blue) = 207+50+92=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF325C is #30CDA3. Grayscale: #656565. Windows color (decimal): -3198372 or 6042319. OLE color: 6042319.

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

Color convert

RGB 207 50 92 -
CMYK 0 0.76 0.56 0.19
HSL 343.95º 0.62% 0.5% -
HSV(B) 343.95º 0.76% 0.81% -
XYZ 28.8 16.32 11.76 -
YUV 101.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 207 50 92 0 0.76 0.56 0.19 343.95 0.62 0.5
Hex CF 32 5C 0 4C 38 13 158 3E 32
Octal 317 62 134 0 114 70 23 530 76 62
Binary 11001111 110010 1011100 0 1001100 111000 10011 101011000 111110 110010

Color Harmonies of #CF325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF325C

Black with #CF325C

Text Example


Text Example

White with #CF325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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