Html Css Color HEX #CF335F Cerise

📋 copy color: '#CF335F'

red 207 ◦ green 51 ◦ blue 95

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

Shades of Cerise #CF335F

Tints of Cerise #CF335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 58.64%
G = 14.45%
B = 26.91%

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

#CF335F (or 0xCF335F) is known color: Cerise. HEX triplet: CF, 33 and 5F. RGB value is (207,51,95). Sum of RGB (Red+Green+Blue) = 207+51+95=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF335F is #30CCA0. Grayscale: #666666. Windows color (decimal): -3198113 or 6239183. OLE color: 6239183.

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

Color convert

RGB 207 51 95 -
CMYK 0 0.75 0.54 0.19
HSL 343.08º 0.62% 0.51% -
HSV(B) 343.08º 0.75% 0.81% -
XYZ 28.98 16.46 12.48 -
YUV 102.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 207 51 95 0 0.75 0.54 0.19 343.08 0.62 0.51
Hex CF 33 5F 0 4B 36 13 157 3E 33
Octal 317 63 137 0 113 66 23 527 76 63
Binary 11001111 110011 1011111 0 1001011 110110 10011 101010111 111110 110011

Color Harmonies of #CF335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF335F

Black with #CF335F

Text Example


Text Example

White with #CF335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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