Html Css Color HEX #CF335B Cerise

📋 copy color: '#CF335B'

red 207 ◦ green 51 ◦ blue 91

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

Shades of Cerise #CF335B

Tints of Cerise #CF335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 59.31%
G = 14.61%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF335B (or 0xCF335B) is known color: Cerise. HEX triplet: CF, 33 and 5B. RGB value is (207,51,91). Sum of RGB (Red+Green+Blue) = 207+51+91=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF335B is #30CCA4. Grayscale: #666666. Windows color (decimal): -3198117 or 5977039. OLE color: 5977039.

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

Color convert

RGB 207 51 91 -
CMYK 0 0.75 0.56 0.19
HSL 344.62º 0.62% 0.51% -
HSV(B) 344.62º 0.75% 0.81% -
XYZ 28.8 16.39 11.54 -
YUV 102.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 207 51 91 0 0.75 0.56 0.19 344.62 0.62 0.51
Hex CF 33 5B 0 4B 38 13 159 3E 33
Octal 317 63 133 0 113 70 23 531 76 63
Binary 11001111 110011 1011011 0 1001011 111000 10011 101011001 111110 110011

Color Harmonies of #CF335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF335B

Black with #CF335B

Text Example


Text Example

White with #CF335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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