Html Css Color HEX #CF3063 Cerise

📋 copy color: '#CF3063'

red 207 ◦ green 48 ◦ blue 99

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

Shades of Cerise #CF3063

Tints of Cerise #CF3063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 58.47%
G = 13.56%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF3063 (or 0xCF3063) is known color: Cerise. HEX triplet: CF, 30 and 63. RGB value is (207,48,99). Sum of RGB (Red+Green+Blue) = 207+48+99=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3063 is #30CF9C. Grayscale: #656565. Windows color (decimal): -3198877 or 6500559. OLE color: 6500559.

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

Color convert

RGB 207 48 99 -
CMYK 0 0.77 0.52 0.19
HSL 340.75º 0.62% 0.5% -
HSV(B) 340.75º 0.77% 0.81% -
XYZ 29.04 16.28 13.42 -
YUV 101.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 207 48 99 0 0.77 0.52 0.19 340.75 0.62 0.5
Hex CF 30 63 0 4D 34 13 155 3E 32
Octal 317 60 143 0 115 64 23 525 76 62
Binary 11001111 110000 1100011 0 1001101 110100 10011 101010101 111110 110010

Color Harmonies of #CF3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3063

Black with #CF3063

Text Example


Text Example

White with #CF3063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3063; }

 p { color: rgb(207,48,99); }

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

background-color css

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

 a { background-color: rgb(207,48,99); }

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

border-color css

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

 span { border-color: rgb(207,48,99); }

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