Html Css Color HEX #CF3264 Cerise

📋 copy color: '#CF3264'

red 207 ◦ green 50 ◦ blue 100

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

Shades of Cerise #CF3264

Tints of Cerise #CF3264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 57.98%
G = 14.01%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF3264 (or 0xCF3264) is known color: Cerise. HEX triplet: CF, 32 and 64. RGB value is (207,50,100). Sum of RGB (Red+Green+Blue) = 207+50+100=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3264 is #30CD9B. Grayscale: #666666. Windows color (decimal): -3198364 or 6566607. OLE color: 6566607.

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

Color convert

RGB 207 50 100 -
CMYK 0 0.76 0.52 0.19
HSL 340.89º 0.62% 0.5% -
HSV(B) 340.89º 0.76% 0.81% -
XYZ 29.17 16.47 13.7 -
YUV 102.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 207 50 100 0 0.76 0.52 0.19 340.89 0.62 0.5
Hex CF 32 64 0 4C 34 13 155 3E 32
Octal 317 62 144 0 114 64 23 525 76 62
Binary 11001111 110010 1100100 0 1001100 110100 10011 101010101 111110 110010

Color Harmonies of #CF3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3264

Black with #CF3264

Text Example


Text Example

White with #CF3264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3264; }

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

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

background-color css

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

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

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

border-color css

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

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

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