Html Css Color HEX #CD3463 Cerise

📋 copy color: '#CD3463'

red 205 ◦ green 52 ◦ blue 99

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

Shades of Cerise #CD3463

Tints of Cerise #CD3463

RGB

 RED value IS 205 (80.47% from 255) = 57.58%

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 57.58%
G = 14.61%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD3463 (or 0xCD3463) is known color: Cerise. HEX triplet: CD, 34 and 63. RGB value is (205,52,99). Sum of RGB (Red+Green+Blue) = 205+52+99=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3463 is #32CB9C. Grayscale: #676767. Windows color (decimal): -3328925 or 6501581. OLE color: 6501581.

HSL color Cylindrical-coordinate representation of color #CD3463: hue angle of 341.57º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3463 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 52 99 -
CMYK 0 0.75 0.52 0.20
HSL 341.57º 0.6% 0.5% -
HSV(B) 341.57º 0.75% 0.8% -
XYZ 28.66 16.34 13.45 -
YUV 103.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 205 52 99 0 0.75 0.52 0.20 341.57 0.6 0.5
Hex CD 34 63 0 4B 34 14 156 3C 32
Octal 315 64 143 0 113 64 24 526 74 62
Binary 11001101 110100 1100011 0 1001011 110100 10100 101010110 111100 110010

Color Harmonies of #CD3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3463

Black with #CD3463

Text Example


Text Example

White with #CD3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3463; }

 p { color: rgb(205,52,99); }

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

background-color css

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

 a { background-color: rgb(205,52,99); }

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

border-color css

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

 span { border-color: rgb(205,52,99); }

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