Html Css Color HEX #CF3364 Cerise

📋 copy color: '#CF3364'

red 207 ◦ green 51 ◦ blue 100

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

Shades of Cerise #CF3364

Tints of Cerise #CF3364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 57.82%
G = 14.25%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF3364 (or 0xCF3364) is known color: Cerise. HEX triplet: CF, 33 and 64. RGB value is (207,51,100). Sum of RGB (Red+Green+Blue) = 207+51+100=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3364 is #30CC9B. Grayscale: #676767. Windows color (decimal): -3198108 or 6566863. OLE color: 6566863.

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

Color convert

RGB 207 51 100 -
CMYK 0 0.75 0.52 0.19
HSL 341.15º 0.62% 0.51% -
HSV(B) 341.15º 0.75% 0.81% -
XYZ 29.22 16.55 13.71 -
YUV 103.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 207 51 100 0 0.75 0.52 0.19 341.15 0.62 0.51
Hex CF 33 64 0 4B 34 13 155 3E 33
Octal 317 63 144 0 113 64 23 525 76 63
Binary 11001111 110011 1100100 0 1001011 110100 10011 101010101 111110 110011

Color Harmonies of #CF3364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3364

Black with #CF3364

Text Example


Text Example

White with #CF3364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3364; }

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

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

background-color css

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

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

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

border-color css

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

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

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