Html Css Color HEX #CD3A6A Cerise

📋 copy color: '#CD3A6A'

red 205 ◦ green 58 ◦ blue 106

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

Shades of Cerise #CD3A6A

Tints of Cerise #CD3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 55.56%
G = 15.72%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD3A6A (or 0xCD3A6A) is known color: Cerise. HEX triplet: CD, 3A and 6A. RGB value is (205,58,106). Sum of RGB (Red+Green+Blue) = 205+58+106=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A6A is #32C595. Grayscale: #6B6B6B. Windows color (decimal): -3327382 or 6961869. OLE color: 6961869.

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

Color convert

RGB 205 58 106 -
CMYK 0 0.72 0.48 0.20
HSL 340.41º 0.6% 0.52% -
HSV(B) 340.41º 0.72% 0.8% -
XYZ 29.29 17.05 15.38 -
YUV 107.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 205 58 106 0 0.72 0.48 0.20 340.41 0.6 0.52
Hex CD 3A 6A 0 48 30 14 154 3C 34
Octal 315 72 152 0 110 60 24 524 74 64
Binary 11001101 111010 1101010 0 1001000 110000 10100 101010100 111100 110100

Color Harmonies of #CD3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A6A

Black with #CD3A6A

Text Example


Text Example

White with #CD3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A6A; }

 p { color: rgb(205,58,106); }

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

background-color css

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

 a { background-color: rgb(205,58,106); }

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

border-color css

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

 span { border-color: rgb(205,58,106); }

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