Html Css Color HEX #CD3062 Cerise

📋 copy color: '#CD3062'

red 205 ◦ green 48 ◦ blue 98

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

Shades of Cerise #CD3062

Tints of Cerise #CD3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.92%

R = 58.4%
G = 13.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD3062 (or 0xCD3062) is known color: Cerise. HEX triplet: CD, 30 and 62. RGB value is (205,48,98). Sum of RGB (Red+Green+Blue) = 205+48+98=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3062 is #32CF9D. Grayscale: #646464. Windows color (decimal): -3329950 or 6435021. OLE color: 6435021.

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

Color convert

RGB 205 48 98 -
CMYK 0 0.77 0.52 0.20
HSL 340.89º 0.62% 0.5% -
HSV(B) 340.89º 0.77% 0.8% -
XYZ 28.44 15.97 13.14 -
YUV 100.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 205 48 98 0 0.77 0.52 0.20 340.89 0.62 0.5
Hex CD 30 62 0 4D 34 14 155 3E 32
Octal 315 60 142 0 115 64 24 525 76 62
Binary 11001101 110000 1100010 0 1001101 110100 10100 101010101 111110 110010

Color Harmonies of #CD3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3062

Black with #CD3062

Text Example


Text Example

White with #CD3062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3062; }

 p { color: rgb(205,48,98); }

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

background-color css

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

 a { background-color: rgb(205,48,98); }

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

border-color css

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

 span { border-color: rgb(205,48,98); }

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