Html Css Color HEX #CF3360 Cerise

📋 copy color: '#CF3360'

red 207 ◦ green 51 ◦ blue 96

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

Shades of Cerise #CF3360

Tints of Cerise #CF3360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 58.47%
G = 14.41%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF3360 (or 0xCF3360) is known color: Cerise. HEX triplet: CF, 33 and 60. RGB value is (207,51,96). Sum of RGB (Red+Green+Blue) = 207+51+96=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3360 is #30CC9F. Grayscale: #666666. Windows color (decimal): -3198112 or 6304719. OLE color: 6304719.

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

Color convert

RGB 207 51 96 -
CMYK 0 0.75 0.54 0.19
HSL 342.69º 0.62% 0.51% -
HSV(B) 342.69º 0.75% 0.81% -
XYZ 29.03 16.48 12.72 -
YUV 102.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 207 51 96 0 0.75 0.54 0.19 342.69 0.62 0.51
Hex CF 33 60 0 4B 36 13 157 3E 33
Octal 317 63 140 0 113 66 23 527 76 63
Binary 11001111 110011 1100000 0 1001011 110110 10011 101010111 111110 110011

Color Harmonies of #CF3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3360

Black with #CF3360

Text Example


Text Example

White with #CF3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3360; }

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

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

background-color css

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

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

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

border-color css

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

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

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