Html Css Color HEX #CD3465 Cerise

📋 copy color: '#CD3465'

red 205 ◦ green 52 ◦ blue 101

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

Shades of Cerise #CD3465

Tints of Cerise #CD3465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 57.26%
G = 14.53%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD3465 (or 0xCD3465) is known color: Cerise. HEX triplet: CD, 34 and 65. RGB value is (205,52,101). Sum of RGB (Red+Green+Blue) = 205+52+101=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3465 is #32CB9A. Grayscale: #676767. Windows color (decimal): -3328923 or 6632653. OLE color: 6632653.

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

Color convert

RGB 205 52 101 -
CMYK 0 0.75 0.51 0.20
HSL 340.78º 0.6% 0.5% -
HSV(B) 340.78º 0.75% 0.8% -
XYZ 28.75 16.37 13.96 -
YUV 103.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 205 52 101 0 0.75 0.51 0.20 340.78 0.6 0.5
Hex CD 34 65 0 4B 33 14 155 3C 32
Octal 315 64 145 0 113 63 24 525 74 62
Binary 11001101 110100 1100101 0 1001011 110011 10100 101010101 111100 110010

Color Harmonies of #CD3465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3465

Black with #CD3465

Text Example


Text Example

White with #CD3465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3465; }

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

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

background-color css

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

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

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

border-color css

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

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

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